
# if not tracking identies

on conda prompt

# create the environment
conda create -n idtracker_ai_py3
# now we're in the environment
conda activate idtracker_ai_py3

# conda install tensorflow-gpu
pip install tensorflow==1.5
conda install -c conda-forge kivy
pip install opencv-python


git clone https://gitlab.com/polavieja_lab/idtrackerai.git
git branch -a
git checkout python3

# need different branch which is not saved locally yet
# create new branch
#cd idtracker
#git checkout -b python3

# pull the other branch called python3
# git pull origin python3

# see that it was successfull
# git branch

# -e makes an egg folder with all the compiled files
pip install -e ./

# garden install matplotlib

cd idtracker/gui
python idtrackeraiApp.py